home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
maksiu
/
lists
/
amoslist-1197.lzh
/
AMOSLIST
/
000300_amos-request@svcs1.digex.net_Mon Dec 1 23:27:47 1997.msg
< prev
next >
Wrap
Internet Message Format
|
1997-12-04
|
2KB
Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id XAA04363
for <mcox@access.digex.net>; Mon, 1 Dec 1997 23:27:45 -0500 (EST)
Received: (from daemon@localhost)
by svcs1.digex.net (8.8.5/8.8.5) id VAA26362
for amos-out; Mon, 1 Dec 1997 21:33:44 -0500 (EST)
Received: from mail4.access.digex.net (mail4.access.digex.net [205.197.247.2])
by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id VAA26359
for <amos-list@svcs1.digex.net>; Mon, 1 Dec 1997 21:33:43 -0500 (EST)
Received: from firefox.modusmedia.com (earth.modusmedia.com [208.14.214.2])
by mail4.access.digex.net (8.8.5/8.8.5) with SMTP id VAA08923
for <amos-list@access.digex.net>; Mon, 1 Dec 1997 21:33:40 -0500 (EST)
From: Declan_Gorman@modusmedia.com
Received: from [192.168.133.3] by firefox.modusmedia.com
via smtpd (for mail4.access.digex.net [205.197.247.2]) with SMTP; 2 Dec 1997 02:33:39 UT
Received: from smtp1.modusmedia.com ([192.168.131.82])
by mmi-mailrelay.ModusMedia.com (Post.Office MTA v3.1
release PO205e ID# 0-0U10L2S100) with SMTP id AAA217
for <amos-list@access.digex.net>; Mon, 1 Dec 1997 19:34:46 -0700
Received: from ccMail by smtp1.modusmedia.com
(IMA Internet Exchange 3.0 Enterprise Beta 1) id 00000F3E; Mon, 1 Dec 97 19:16:55 -0700
Mime-Version: 1.0
Date: Sun, 30 Nov 1997 09:55:27 -0700
Message-ID: <00000F3E.eval@modusmedia.com>
Subject: GUI Problem
To: amos-list@access.digex.net
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Description: cc:Mail note part
Status: O
X-Status:
I have a problem linking a listview and text gadjet, which Pietro is
aware of and looking into for me. So at the moment I have written a
simple piece of code to replace the link.
Basically what I want to do is display the slected item from the
listview in a text gadget. It works fine only whenever I select the
first item in the listview it will not display it. Every other item
is diplay without a problem. The code is as follows......
S_VCE$=Gui Read$(1,0)
If Gui Read(1,0) the Gui Set 1,9,0,Varptr$(S_VCE$)
To test the workings of this code I also added Gui Text 250,200,S_VCE$
which also displays the selected item. This does display the first
item in the listvew when selected.
Any ideas what is going wrong?